<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin: 0;padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
html{font-size: 100%;}
body {color:#2c3a46;line-height: 1.6em;font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif;font-size: 14px;padding-top: 110px;}
fieldset, img { border:0; }/*解决链接图片出现的边框bug和表单外部大边框的bug*/
img{ display:block;}/*解决img父盒无高度而出现的父盒高度略大于图片高度的问题*/
ol, ul { list-style:none;margin-bottom: 0;}
h1, h2, h3, h4, h5, h6{ margin: 0;}
em { font-style:normal; }
input, button, select, textarea,input:focus, button:focus, select:focus, textarea:focus{ outline:none; } /*解决文本框出现的边框bug*/
textarea { resize:none; } /*禁用了文本的拖拉，尤其在谷歌下*/
a { text-decoration:none;color:#2c3a46;}
a:active ,a:hover,a:focus {text-decoration:none;color:#2c3a46;outline: none;}
input:focus { -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}/*安卓手机上input，button按钮outline问题*/
input[type=button],button { cursor: pointer; -webkit-appearance: none; } /*苹果手机上input的button按钮颜色显示问题*/
p{margin: 0;}
i{font-style:normal;}

.swiper-pagination-bullet-active{
    opacity: 1;
    background-color: #fff;
    width: 21px;
    border-radius: 4px;
    transition:  all .3s ease-in-out;
}
.swiper-pagination-bullet{background-color: #fff;opacity: 1;transition:  all .3s ease-in-out;}
.swiper-pagination {
    line-height: 20px;
}
.container{padding:0;}
.row{margin: 0;}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding: 0;
}

.m-t-lg{margin-top: 20px;}
.m-t-lgx{margin-top: 60px;}
.m-t-xs{margin-top: 10px;}
.m-t-s{margin-top: 5px;}
.m-b-md{margin-bottom: 15px;}
.m-b-lg{margin-bottom: 50px;}
.m-r-md{margin-right: 15px;}
.p-l-lgx{padding-left: 60px;}
.p-l-xs{padding-left: 10px;}
.f-size-xs{font-size: 14px !important;}
.f-size-md{font-size: 16px !important;}
.f-size-24{font-size: 24px !important;}
.x_c_9{color: #999;}

.visible-xs{display: none;}
.x_fadeInUp{ -webkit-animation:fadeInUp .7s; animation: fadeInUp .7s; -moz-animation:fadeInUp .7s; -o-animation:fadeInUp .7s; }
.x_fadeInDown{ -webkit-animation:fadeInDown .7s; animation: fadeInDown .7s; -moz-animation:fadeInDown .7s; -o-animation:fadeInDown .7s;}
.x_tada,.x_Tada:hover { -webkit-animation:tada 1s; animation: tada 1s; -moz-animation:tada 1s; -o-animation:tada 1s;}
.x_fadeOutUp{ -webkit-animation:fadeOutUp 1s; animation: fadeOutUp 1s; -moz-animation:fadeOutUp 1s; -o-animation:fadeOutUp 1s; }
.x_fadeOutDown{ -webkit-animation:fadeOutDown 1s; animation: fadeOutDown 1s; -moz-animation:fadeOutDown 1s; -o-animation:fadeOutDown 1s; }
.x_slideInLeft{ -webkit-animation:slideInLeft .3s; animation: slideInLeft .3s; -moz-animation:slideInLeft .3s; -o-animation:slideInLeft .3s; }
.x_slideOutLeft{ -webkit-animation:slideOutLeft 1s; animation: slideOutLeft 1s; -moz-animation:slideOutLeft 1s; -o-animation:slideOutLeft 1s; }
.x_fadeIn{ -webkit-animation:fadeIn .7s; animation: fadeIn .7s; -moz-animation:fadeIn .7s; -o-animation:fadeIn .7s; }

.min-height{min-height: 700px;}

/*   滚动条样式  */
.scrollbar::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    background-color: #ccc;
}
.scrollbar::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: #555;
}
.scrollbar::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    border-radius: 10px;
    background-color: #ccc;
}

/*-----------------------------登录Css---------------------------*/
.form_list{width: 300px;}
.form_list li:not(:last-child){ margin-bottom: 20px;}
.form_list li.register,.register1{display: none;}
.form_list li&gt;input,.bg_int{ background-color: #DDE3ED;outline: none;box-shadow: none;border-color:#DDE3ED;}
.form_title{margin-bottom: 30px;font-weight: 600;}
.errerModel{
    position: absolute;
    display: inline-block;
    background-color: rgba(0,0,0,.7);
    color: #fff;top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding:6px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    z-index: 9999;
}

/*-----------------------------首页Css---------------------------*/
.tip_word{ background-color: #f57c59;color: #fff;height: 40px;line-height: 40px;}
.leftSlide{background-color: #fff;width: 300px;height: 100%;}
.openFixed{position: fixed;width: 100%;top: 0;}
.icon-menu,.leftSlide .icon-guanbi{ font-size: 24px;color: #000;}
.x_header{
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    z-index: 200;
    /*height: 70px;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all .15s .05s;
}
.x_fixed{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
}
.x_header_box{
    width: 1170px;
    margin: 0 auto;
    min-width: 1170px;
    height: 100%;
}
.x_logo{
    display: inline-block;
    margin-top: 15px;
}
.x_logo p{font-size: 12px;color: #909090;line-height: 21px;}
.x_nav&gt;li{
    float: left;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
    cursor:pointer;
}
.x_nav&gt;li&gt;a:not(.btn):hover{color: #E60012; }
.x_nav_login{
    padding-right: 0 !important;
}
.x_nav&gt;li:last-child{
    padding: 0;
    padding-left: 15px;
}
.x_nav&gt;li&gt;a.btn-sm{
    width:80px;
    font-size: 14px;
}
.x_btn-red_out {
    color: #f57c59;
    background-color: #fff;
    border-color: #f57c59;
}
.x_btn-red_out:hover,.x_btn-red_out:focus{
    background-color:#f57c59;
    color: #fff;
}
.x_btn-red {
    color: #fff;
    background-color: #f57c59;
    border-color: transparent;
}
.x_btn-red:hover,.x_btn-red:focus{
    background-color:#ef9e87;
    color: #fff;
}
.x_nav_toggle{
    position: absolute;
    top: 110px;
    left:0;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    z-index: 1000;
    display: none;
    box-shadow: 0 2px 5px #ddd;
    -moz-box-shadow:0 2px 5px #ddd;
    -webkit-box-shadow:0 2px 5px #ddd;
}
.x_nav_toggle&gt;h6{
    margin-bottom: 12px;
    color: #666;
    font-size: 12px;
}
.x_nav_toggle_b{
    width: 1170px;
    margin: 30px auto;
}
.x_one{background-color: #fff;}
.x_two{background-color: #f8f8f8;}
.x_three{background-color: #373D44;padding: 70px 0 30px;}
.x_media-show{
    padding: 70px 0;
}
.x_media-show h3{
    font-size: 28px;
    color: #333;
    line-height: 40px;
}
.x_media-show p{
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.x_present{
    margin: 30px 0 70px;
    color: #666;
    line-height: 30px;
}
.x_present p{font-size: 14px;}
.btn-wid{width: 100px !important;}
.x_qrcode{margin-top: 18px;font-weight: 500;letter-spacing: 3px;color: #fff;line-height: 1.5;font-size: 16px !important;opacity: .5;}
.x_left li{ letter-spacing: 2px;margin-bottom: 20px;color: #fff;opacity: .8;}
.x_left li a{ color: #fff;}
.x_left li a:hover{color:#ccc;}

.x_fixed_btn{
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    line-height: 57px;
    background-color: rgba(230,0,18,.8);
    text-align: center;
    color: #fff;
    transition: all .5s ease-out;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.08), 0 4px 6px 0 rgba(0,0,0,.1);
    overflow: hidden;
}
.x_fixed_btn i{
    font-size: 30px;
}
.x_fixed_btn:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.x_fixed_btn:active {
    background-color: rgba(230,0,18,.5);
}

.x_model{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.2);
    z-index: 4000;
    display: none;
}
.x_model_box{
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    padding: 55px 45px 40px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 4500;

}
.x_model_colse{
    position: absolute;
    top: 16px;
    right: 20px;
    color: rgba(72,84,109,.5);
    font-size: 24px;
    cursor: pointer;
}
.x_model_alert{margin-right: 35px;font-size: 16px;letter-spacing: .4px;line-height: 1.75;}
.x_product li{
    margin-bottom: 10px;
    line-height: 20px;
    padding: 10px;
    height: 63px;
}
.x_nav_toggle_b h4{padding-left: 10px;}
.x_product&gt;li:hover{
    background-color: #f8f8f8;
}

.x_product li i{font-size: 30px;width: 30px;}
.icon-integral,.icon-mianfei,.icon-xiaoxi{ color: #F5C81E;}
.icon-renwu{color: #4cae4c }
.icon-jicai,.icon-yundong{ color: #308DE5}
.icon-duanxinqunfa,.icon-choujiang1,.icon-yiyuanmiaosha,.icon-shouhou{ color: #E8A635}
.icon-qunfaxiaoxi-copy{ color: #1296DB;}
.icon-kanjia{ color: #F68A01;}
.icon-pintuandingdan{color: #D8063F;}
.icon-woyaozhongchou,.icon-yingxiaohuodong-yiwuyima{ color: #F16379}
.icon-yuyin,.icon-qiangda01,.icon-koulinghongbao,.icon-erweimahongbao,.icon-attention,.icon-attention,.icon-guanjianci,.icon-yaoyiyao{color: #D81E06}

.allow{height: calc(100% - 60px);overflow-y: auto;padding-bottom: 50px;}
.allow p{margin-top: 25px;font-weight: 600;padding: 0 15px;}
.menu_list{padding: 0 15px;display: none;}
.menu_list li{
    margin-bottom: 15px;
}
.menu_list li a{display: block;}
.menu_list li i{font-size: 24px;width: 30px;}
.slideTitle{font-size: 14px;padding-left: 15px;color: #999;margin: 15px 0;}

.x_fiexdBtn{
    position: fixed;right: 50px;bottom: 100px;width: 56px;
    cursor: pointer;
    transition: all .5s ease-out;
}
.x_fiexdBtn:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.x_circle{
    width: 56px;height: 56px;border-radius: 100%;background-color: rgb(245, 124, 89);text-align: center;line-height: 57px;color: #fff;
}
.x_circle i{font-size: 30px;}
.ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    text-align: center;
}
.ribbon-inner {
    position: absolute;
    top: 48px;
    left: 10px;
    display: inline-block;
    width: 36px;
    padding: 10px 0;
    color: #fff;
    background-color: rgb(245, 124, 89);
}
.ribbon-inner:before {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: 18px solid rgb(245, 124, 89);
    margin-top: -15px;
    border-right: 18px solid rgb(245, 124, 89);
    border-bottom: 10px solid transparent;
}
/*-----------------------------购买Css---------------------------*/
.partner_img img{ width: 60%;}
.x_tabList li{
    background-color: #fff;
    padding: 15px;
}
.x_tabList li:not(:last-child){
    border-bottom: 1px solid #f4f4f4;
}
.x_tabList li:first-child{
    text-align: center;
    margin-bottom: 2px;
}
.x_tabList li:not(:first-child){ cursor: pointer;}
.x_tabList li:not(:first-child):hover,.x_tabList li.active{ 
	    background-color: #f9732c;
    color: #fff;
    border-color: #f9732b;
}

.x_tab_show li{width:31.33%;float: left;background-color: #fff;margin-bottom: 30px;cursor: pointer;}
.x_tab_show li:not(:nth-child(3n)){
    margin-right: 3%;
}
.x_tab_t{ font-size: 14px;text-align: center;}
.x_tab_tl{font-size: 12px !important;text-align: center;}

.x_tab_show li figcaption {padding: 2em;color: #fff;text-transform: uppercase;font-size: 1.25em; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.x_tab_show li figcaption::before,
.x_tab_show li figcaption::after { pointer-events: none;}
.x_tab_show li figcaption,
.x_tab_show li figcaption &gt; a { position: absolute; top: 0;left: 0;width: 100%;height: 100%;}
.x_tab_show li figcaption &gt; a {z-index: 1000;text-indent: 200%; white-space: nowrap;font-size: 0;opacity: 0;}

.qrcode_model{
    position: absolute;
    width: 100%;
    bottom: 0;left: 0;
    background-color: rgba(255,255,255,.6);
    padding: 0 30px 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
/*     opacity: 0;
filter:alpha(opacity=0); */
}
.x_b_box{
    padding: 40px 15px 100px;
    position: relative;
}
.x_tab_show li:hover .x_b_box .qrcode_model{ opacity: 1;filter:alpha(opacity=100);}


/*-----------------------------关于我们Css---------------------------*/
.x_timeline{display: none;}
.x_timeline li{
    position: relative;
    padding-left: 25px;
    padding-bottom: 60px;
    cursor: pointer;
}
.x_timeline li:after, .x_timeline li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background-color: #6e7689;
}
.x_timeline li:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 5px;
}
.x_timeline li:after {
    width: 2px;
    top: 5px;
    left: 4px;
    height: 100%;
}
.timeline li span {
    display: block;
    line-height: 1.2;
}
.x_timeline_tip{
    background-color: #f4f4f4;position: absolute;top: 0;left:20%;padding: 20px;
    border-radius: 4px;
    -webkit-animation:fadeInRight 1s; animation: fadeInRight 1s; -moz-animation:fadeInRight 1s; -o-animation:fadeInRight 1s;
}
.x_timeline_tip&gt;.tooltip-arrow {
    top: 15px;
    left: -10px;
    border-width: 10px 10px 10px 0;
    border-right-color: #f4f4f4;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
.toggleBtn{
    cursor: pointer;margin: 10px 0 ;display: inline-block;width: 100%;
}
.x_introduce{font-size: 16px;line-height: 1.6;letter-spacing: .7px;color: #47536e;padding: 0 15px;}



/*-----------------------------案例Css---------------------------*/
.x_cases li{
background-color: #fff;
    height: 326px;
    width: 31%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 2%;
    cursor: pointer;
    box-shadow: 2px 2px 4px #efefef;
}
.x_cases li:not(:nth-child(3n)){
    margin-right: 2%;
}
.x_cases_box{
    position: absolute;width: 100%;height: 100%;top: 170px;background-color: #fff;padding:25px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.x_cases_box p{
    font-size: 14px;color: #666;
}
.cases_p1{
  	margin: 20px 0;
    font-weight: bold;
    text-align: center;
    color: #2b2b2b !important;
}
.cases_p2{line-height: 28px;}
.cases_h{height: 34px;}
.cases_tab{margin: 30px 0 40px;}
.cases_tab&gt;li{
    padding: 11px 16px;
    background-color: #fff;
    width:calc( 25% - 5px);
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}
.cases_tab_toggle{position: absolute;left: 0;top: 46px;width: 100%;background-color: #fff;z-index: 66;display: none;max-height: 264px;overflow-y: auto;}
.cases_tab_toggle&gt;li{ padding: 11px 16px; z-index: 67;}
.cases_tab_toggle&gt;li:hover{ background-color: #f2f6fc;}

/*-----------------------------product Css---------------------------*/
.x_content p{font-size: 14px !important;margin-bottom: 5px;}
.x_content p.x_p1{font-size: 16px !important;margin: 15px 0 10px;}
/*.x_content img{margin-top: 30px;margin-bottom: 30px;}*/
/*.txt-indent{text-indent: 30px;}*/
.x_intTitle{margin: 20px 0;}

.jf_list{margin-top: 50px;}
.jf_list li{ width: 12.5%;float: left;text-align: center;}
.jf_list li img{ width: 80%;}
.jf_list li h4{color: #000;}
.int_word{font-size: 18px;line-height: 30px;letter-spacing:2px}
.int_four img{width: 90%;}
.int_four p{text-align: center;color: #F74447;width: 90%;}

/*群发应用 Css*/
.relay_box{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 150px 0;
}
.relay_tab li{
    position: relative;
    padding: 45px 20px 45px 40px;
    cursor: pointer;
    color: #666;
}
.relay_tab li:before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #666;
    top: 28%;
    left: 15px;
}
.relay_tab li.active, .relay_tab li:hover{
    background-color: #F0F5FF;
    color: #000;
}
.relay_tab li.active:before{
    background-color: #38f;
}
.relay_tab li h3{margin-bottom: 15px;}
.relay_tab_show li:not(:first-child){display: none;}
.m-b-l{margin-bottom: 30px;}
.m-b-x{margin-bottom: 70px;}
.p-t-b{padding: 70px 0;}
.p-t{padding-top: 70px;}
.x_four{background-color: #F0F5FF;}
.usually li{margin-bottom:70px;}
.usually li h4{ font-size: 16px;color: #000;}
.usually li p{ color: #999;}

/*join Css*/
.join_list li h4{ color: #000;margin: 10px auto;font-weight: bold;}
.join_list li p{ color: #666;}
.join_qrc{ padding: 10px;border-radius: 10px;box-shadow: rgb(221, 221, 221) 0 0 8px; -webkit-box-shadow: rgb(221, 221, 221) 0 0 8px;}
.join_l{padding-left: 30px;}
.join_l h4{font-size: 16px;color: #000;}
.m-2-1{ margin: 20px 0 10px;}
.join_l p{color: #999;}

.share_list li img{ width: 70%;height: 460px !important;}
.share_div{width: 75%;height: 390px !important;}
/*help Css*/
.help_title{
    padding: 0 15px;
    color: #374051;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}
.help_title:before{
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-color: #4a99ed;
}
.help_nav{margin-bottom: 30px;}
.help_nav&gt;li{
    background: #F7F7F6;
    border-radius: 3px;
    margin-bottom: 6px;
}
.help_nav&gt;li a{padding: 6px 15px;display: block;color: #307acd;}
.help_nav&gt;li a:hover{text-decoration:underline;}
.help_nav_show&gt;li:not(:first-child){display: none;}
.x_p2{font-weight: bold;color: #000 !important;margin: 15px 0 10px;}

.goods_wid{width: 50%;}
input[type=button].x_btn-red{
    border: none;outline: none;color: #fff;
}
/*-----------------------------Mobile Css---------------------------*/
.pc_wid{width: 75% !important;}

.product_ul li{margin-bottom: 10px;}
@media (max-width: 768px){
    .tip_word{padding-left: 15px;}
    .x_logo img{ width: 70%;}
    body{padding-top: 60px;}
    .m-t-lgx{margin-top: 50px;}
    .cssBox{ display: -moz-box; display: -webkit-box; display:box; display: -ms-flexbox; width: 100%;}
    .boxAlign{ box-align:center; -webkit-box-align:center; -moz-box-align:center;  -moz-box-pack:center;  -webkit-box-pack:center; -o-box-pack:center; box-pack:center; -ms-flex-pack:center; -ms-flex-align:center;}
    .vertical {  -moz-box-orient: vertical;  -webkit-box-orient: vertical; -o-box-orient: vertical; box-orient: vertical; }
    .flex{ -moz-box-flex:1; -webkit-box-flex:1; box-flex:1; -ms-flex:1;}
    .justify{ -moz-box-pack:justify; -webkit-box-pack:justify; -o-box-pack:justify; box-pack:justify;}

    .x_header,.x_header_box{width: 100%;min-width: 100%;height: 60px;}
    .x_header_box{padding: 5px 15px 0;border-bottom: 1px solid #ddd;}
    .x_logo {margin-top: 0; }
    .x_header_box{ display: -webkit-box; display:box; -webkit-box-pack:justify; -o-box-pack:justify; box-pack:justify; box-align:center; -webkit-box-align:center;height: 60px;}

    .x_media-show{padding: 50px 0;}
    .x_media-show h3{font-size: 24px;text-align: center;}
    .x_media-show p{font-size: 14px;padding: 0 15px;}
    .m-t-xs{text-align: center;}
    .x_present{margin: 25px 0;}
    .btn-wid{margin-bottom: 30px;}
    .xs_p{padding: 0 20px;text-align: left !important;}
    .btn-wid{display: inherit;margin: 0 auto 40px;width: 160px !important;}
    .partner_img img{ width: 100%;}
    .x_left li{margin-bottom: 5px; text-align: center;letter-spacing: inherit;}
    .x_three{padding: 50px 0 30px;}
    .f-size-24{font-size: 20px!important;}
    .x_introduce{}
    .m-b-lg{ margin-bottom: 20px;}
    .xs_width{ max-width:90px;}
    .x_timeline li{padding-left: 40px;}
    .x_timeline li:after, .x_timeline li:before{
        left: 15px;
    }
    .x_timeline li:after{left: 19px;}
    .x_timeline_tip{padding-left: 10px;padding-right:10px;left: 40%;margin-right: 15px;max-height: 80px;overflow-y: auto;}

    .x_model_box{
        padding: 55px 0 30px 25px;
        width: 90%;
    }
    .x_model_alert{margin-right: 0;margin-bottom: 5px;}
    .x_qrcode_s{margin-top: 10px;}


    .x_fixed_btn{bottom: 20px;right: 20px;}

    /*  buy  */
    .x_tabList{margin-bottom: 30px;}
    .p-l-lgx{padding-left: 0;}
    .x_tab_show,.x_cases{padding: 0 15px;}
    .x_tab_show li{ width: 100%;position: relative;}
    .x_tab_show li:not(:nth-child(3n)){margin-right: 0;}
    .x_tab_show li a{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
    .x_b_box{ padding: 40px 15px;}

    /*  cases  */
    .x_cases li{width: 100%;margin-bottom: 20px;}
    .x_cases li:not(:nth-child(3n)){margin-right: 0;}
    .cases_p1,.cases_p2{padding: 0 !important;}
    .cases_tab&gt;li{width: calc(50% - 5px);margin-bottom: 5px;}
    .min-height{height: inherit;}

    /*  product  */
    .x_content{padding: 0 15px;}
    .x_content img{ margin: 20px auto;}
    .product_ul{padding-left: 15px;}
    .pc_wid{width: 90% !important;}

    /*群发应用Css*/
    .relay_box{padding: 10px 0;}
    .relay_box h1{font-size: 16px;}
    .relay_box h3{font-size: 14px;margin-top: 5px;}
    .relay_box a.btn-wid{margin: 8px auto 0;}
    .usually li{ padding: 0 20px;margin-bottom: 50px;}
    .m-b-x{margin-bottom: 30px;}
    .p-t-b{padding: 30px 0;}
    .p-t{padding-top: 30px;}
    .relay_tab li h3{font-size: 20px;}
    .m-b-l,.relay_use li {margin-bottom: 20px;}
    .relay_use li img{ width: 90%;margin: auto;}
    .relay_use li h3{ font-size: 14px;}
    .relay_tab_show li:nth-child(2) img{margin-top: 40px;}

    /*join Css*/
    .join_qrc img{width: 110px;}
    .join_qrc{margin-bottom: 30px;}
    .join_l{padding-left: 20px;}
    .join_l p{font-size: 12px;}
    .join_l h4{text-align: left;}
    .m-2-1{margin: 5px 0 10px;}

    .join_list li{ min-height: 277px;}
    .join_list li img{width: 70%;}

    .share_list li img,.share_div{width: 90%;margin-bottom: 15px;height: inherit !important;}

    .jf_list h4{font-size: 14px;}
    .size_change{font-size: 20px;}

    /*积分宝 Css*/
    .jf_list{margin-top: 30px;}
    .jf_list li{width: 33.33%;margin-bottom: 10px;}
    .x_one h2{font-size: 20px;}
    .int_center{text-align: center;}
    .int_img {width: 100%;margin-top: 30px;}
    .int_word{font-size: 16px;}
    .int_four img{ width: 90%;margin:  0 auto 15px;height: 315px;}
    .int_four p{ font-size: 12px;width: 100%;}

    .goods_wid{width: inherit;}

}


/*添加css*/
.newscontainer{
    background-color: #ffffff;
    padding-top: 20px;
}
.newsx_media-show{
    background-color: #f0f0f0;
    padding-top:20px;
}

.myfenye{
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #f0f0f0;

}

.yqlj, .yqlj a{
    color:#fff;
    opacity: .8;
}
.yqlj li{
    float: left;margin-right: 12px;
}



.footer-bar{display:none}.footer-bar{position:fixed;z-index:999;left:0;bottom:0;width:100%;height:50px;font-size:0;text-align:center;border-top:1px solid #ddd;color:#666;background:#fff;table-layout:fixed}@media (max-width:767px){.footer-bar{display:table}}.footer-bar .fb-item{display:table-cell;height:50px;font-size:16px;vertical-align:middle}.footer-bar .fb-item
.fa{font-size:24px;line-height:26px}.footer-bar .fb-item
span{display:block;font-size:12px;line-height:12px}.footer-bar
a{display:block;color:#666;text-decoration:none}.footer-bar a:active,.footer-bar a:focus,.footer-bar a:hover{color:#333}.footer{padding:40px
0 0;font-size:12px;color:#999;background:#222}


</pre></body></html>